(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/gadtools.h>
#include <intuition/screens.h>
#include <utility/tagitem.h>
APTR GetVisualInfoA()
SYNOPSIS
struct Screen * screen
struct TagItem * tagList

LOCATION
In GadToolsBase at offset 21
FUNCTION
GetVisualInfoA() creates a visual info structure, which is needed by several gadtools functions. When you're done using it, you have to call FreeVisualInfo().

INPUTS
screen
pointer to the screen to create a visual info structure for (may be NULL)
taglist
additional tags (none defined, yet)
RESULT
A (private) visual info structure. NULL indicates an error.

NOTES
EXAMPLE
BUGS
SEE ALSO
FreeVisualInfo()
INTERNALS
HISTORY
01.07.1997 srittau
o Fixes o Hack to make amiga.lib stubs working o BUTTON_KIND does now work
04.04.1997 ldp
Gadtools -> GadTools
25.03.1997 srittau
Initial revision